[WIP] Allow specifying element range in project_vector#4263
[WIP] Allow specifying element range in project_vector#4263hugary1995 wants to merge 3 commits intolibMesh:develfrom
Conversation
|
I will add some tests later. @roystgnr please let me know if this looks okay to you before I go too far. |
|
Sorry I missed the comment here! Definitely we want to add this feature. I'd have made the range argument a pointer with a |
c499d82 to
644101b
Compare
|
Dear @roystgnr, I added one test case and modified it to support Thanks! |
|
Dear @roystgnr, We tried to support libMesh Thanks for your time! |
2e2b127 to
7c46e90
Compare
…st to project solution onto specific elements
7c46e90 to
e5dde0d
Compare
…solution`, and add corresponding test
03dd75f to
d915c9e
Compare
|
It appears that https://civet.inl.gov/repo/8/ does not recognize this PR, so as @roystgnr suggested, we plan to close this PR and open a new PR (#4368). |
Using std::optional to avoid breaking API.
This is needed in moose element subdomain modifier where we need to project a function onto a subset of the mesh.